home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1994 June: Reference Library
/
Dev.CD Jun 94.toast
/
Periodicals
/
develop
/
develop Issue 4
/
develop 4 code
/
C++ Driver
/
iacDriver
/
iacDriver.r
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-13
|
361 b
|
11 lines
|
[
TEXT/MPS
]
include "iacDriver.DRVR"; /* include the DRVR resource */
include "installDriver"; /* include the INIT resource */
type 'sysz' { /* This is the type definition */
longint; /* size requested (see IM V, page 352) */
};
resource 'sysz' (0,"",0) { /* and this is the declaration */
0x00008000 /* 32 * 1024 bytes for sysz resource */
};